home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem -------------------------------------------------------------------------
- rem Enhanced End of Message v1.2 by Drew [PWA]
- rem -------------------------------------------------------------------------
- rem 68
- rem 729
- rem
- if .%1==. goto help
- if .%2==. goto help
- if not exist %1 goto help
-
- mkpcbtxt %1 /i:197 "!%2\EEOM.PPE"
- mkpcbtxt %1 /i:612 "!%2\EEOM.PPE"
- goto done
-
-
- :help
- cls
- echo.
- echo To install Enhanced End of Message, use the following syntax:
- echo.
- echo install PCBTEXT PPEDIR
- echo.
- echo PCBTEXT is the full pathname of your PCBTEXT file.
- echo.
- echo PPEDIR is the directory of where EEOM is located.
- echo.
- echo Example:
- echo.
- echo install C:\PCB\GEN\PCBTEXT C:\PPE\EEOM
- echo.
- pause
-
- :done
- echo.
- echo Enhanced End of Message v1.2 by Drew [PWA]
- echo.
- echo Gawd I hate batch files. T/csh-shell scripts would have been so
- echo much nicer. :) --Drew
- echo.
-
-